Fix blkio major/minor json marshaling#361
Fix blkio major/minor json marshaling#361crosbymichael wants to merge 1 commit intoopencontainers:masterfrom
Conversation
Currently ffjson does not support embedded structs so we can just remove that. Its only saving us ~2 lines of code to have this embeded struct so we can just remove it. Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
|
More disussion on IRC 1. Previous discussion on why this was an Do you want to update the JSON Schema as well? $ git grep blockIODevice 45cc9f8 I'd guess the current JSON Schema is compatible (although I haven't Other than that, 45cc9f8 looks good to me (although I'd also be |
|
I'm working on other updates for the json schema as well. On Wed, Mar 30, 2016, 18:37 W. Trevor King notifications@github.com wrote:
|
|
ffjson has an open issue/pull request related to this issue as a whole (beyond just removing the anonymous struct): pquerna/ffjson#172 |
Currently ffjson does not support embedded structs so we can just remove
that. Its only saving us ~2 lines of code to have this embeded struct
so we can just remove it.
Signed-off-by: Michael Crosby crosbymichael@gmail.com